object frmMain: TfrmMain Left = 134 Top = 120 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsNone Caption = 'frmMain' ClientHeight = 180 ClientWidth = 421 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 421 Height = 180 Align = alClient Center = True Picture.Data = {} Stretch = True end object Image2: TImage Left = 176 Top = 64 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Visible = False end object Image3: TImage Left = 296 Top = 56 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Visible = False end object PopupMenu1: TPopupMenu Left = 8 Top = 8 object mnuConsole: TMenuItem Caption = 'Show Console' OnClick = mnuConsoleClick end object mnuBakup: TMenuItem Caption = 'Back Up Now' OnClick = mnuBakupClick end object mnuEnable: TMenuItem Caption = 'Disable' OnClick = mnuEnableClick end object mnuExit: TMenuItem Caption = 'Exit' OnClick = mnuExitClick end end object Timer1: TTimer Interval = 3000 OnTimer = Timer1Timer Left = 40 Top = 8 end end